SCardListReaders (winscard)
Last changed: HussainAkbar@gmail.com-101.53.248.253

.
Summary
The SCardListReaders function provides the list of readers within a set of named reader groups, eliminating duplicates.

C# Signature:

[DllImport("winscard.dll", EntryPoint="SCardListReadersA", CharSet=CharSet.Ansi)]

static extern int SCardListReaders(int hContext, IntPtr mszGroups, out IntPtr mszReaders, ref int pcchReaders);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation